home *** CD-ROM | disk | FTP | other *** search
/ Java for 3D & VRML Worlds / Java for 3d and VRML Worlds.iso / vs / npc10.zip / NpChooser.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  1996-07-29  |  1KB  |  66 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 141
  7.   ClientWidth = 221
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 209
  19.     Height = 89
  20.     BevelInner = bvRaised
  21.     BevelOuter = bvLowered
  22.     ParentColor = True
  23.     TabOrder = 0
  24.     object ProductName: TLabel
  25.       Left = 8
  26.       Top = 8
  27.       Width = 144
  28.       Height = 13
  29.       Caption = 'Netscape Plugin Chooser'
  30.       Font.Color = clBlack
  31.       Font.Height = -11
  32.       Font.Name = 'MS Sans Serif'
  33.       Font.Style = [fsBold]
  34.       ParentFont = False
  35.       IsControl = True
  36.     end
  37.     object Version: TLabel
  38.       Left = 120
  39.       Top = 32
  40.       Width = 53
  41.       Height = 13
  42.       Caption = 'Version 1.0'
  43.       IsControl = True
  44.     end
  45.     object Copyright: TLabel
  46.       Left = 56
  47.       Top = 64
  48.       Width = 125
  49.       Height = 13
  50.       Caption = 'Copyright 1996 T.Kamachi'
  51.       IsControl = True
  52.     end
  53.   end
  54.   object OKButton: TButton
  55.     Left = 55
  56.     Top = 108
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'OK'
  60.     Default = True
  61.     ModalResult = 1
  62.     TabOrder = 1
  63.     OnClick = OKButtonClick
  64.   end
  65. end
  66.